home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 55
/
Amiga_Dream_55.iso
/
Amiga
/
Emulation
/
ppmtoscr.lha
/
ppmtoscr3Install ppmtoscr
< prev
next >
Wrap
Text File
|
1998-08-29
|
1KB
|
55 lines
; $VER:PPMtoSCR version 3.0 Installation Script (30.08.98)
(welcome)
(set #destdir
(askdir
(prompt "Please choose where you want to install ppmtoscr\n"
"A drawer will NOT be created there")
(help @askdir-help)
(default @default-dest)
)
)
(copyfiles
(prompt "Copy ppmtoscr")
(help @copyfiles-help)
(source "ppmtoscr")
(dest @default-dest)
(optional "fail" "force" "askuser")
)
(copyfiles
(prompt "Do you want to install the documentation for ppmtoscr?")
(help @copyfiles-help)
(source "ppmtoscr.guide")
(dest @default-dest)
(confirm)
(infos)
(optional "fail" "force" "askuser")
)
(copyfiles
(prompt "Do you want to install the example pictures?")
(help @copyfiles-help)
(source "Examples")
(dest (tackon @default-dest "Examples"))
(confirm)
(infos)
(all)
(optional "fail" "force" "askuser")
)
(startup "ppmtoscr"
(prompt "ppmtoscr is designed to be used with the NetPBM programs for image "
"conversion from other formats. To use ppmtoscr in scripts, it really "
"needs to be in your command path. In addition, this will make it easier "
"to execute it from the CLI.\n\n"
"To do this, the following command will be added to your user-startup;\n\n"
"PATH \"" @default-dest "\" ADD")
(help @startup-help)
(confirm)
(command "PATH \"" @default-dest "\" ADD")
)